Auto merge of #1288 - alexcrichton:issue-1058, r=huonw
authorbors <bors@rust-lang.org>
Wed, 18 Feb 2015 16:20:53 +0000 (16:20 +0000)
committerbors <bors@rust-lang.org>
Wed, 18 Feb 2015 16:20:53 +0000 (16:20 +0000)
commit9f602293302cf65a8fbb5ec36d01d11a1a7fcab2
tree947f79e93747d1ee1d68a39b0be4cb983b4d980e
parent918a415ef36a556af671159597d9b5fac3d8a479
parentf91bc16546ec7eccfb47025768e92152367e5f44
Auto merge of #1288 - alexcrichton:issue-1058, r=huonw

Previously the build script's profile was used instead of the target's build
script, causing the wrong environment variables to get set.

Closes #1058